home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / lang / thinkc30.hqx / Read Me next >
Text File  |  1988-07-25  |  1KB  |  47 lines

  1.  
  2. THINK C 3.0p2
  3. Release Notes
  4. 7/25/88
  5.  
  6. This is a set of patches that fixes bugs in 3.0.
  7.  
  8.  
  9. About the patch program
  10. -----------------------
  11.  
  12. The patch program, "THINK C => 3.0p2", transforms your version 3.0
  13. into version 3.0p2.  You are prompted for the file containing the
  14. copy of THINK C to be patched.  Patch a copy, not your original!
  15. The THINK C Debugger file will also be patched; it must be present in
  16. the same folder as THINK C.
  17.  
  18. If the patch program encounters an error, the files being patched
  19. may not be left in a consistent state, so start again with fresh copies.
  20.  
  21.  
  22. Bugs fixed
  23. ----------
  24.  
  25. (1)  In the "MF Attrs" pop-up menu in the "Set Project Type" dialog,
  26. the bit assignments for "MultiFinder-aware" and "Suspend & Resume Events"
  27. were reversed.
  28.  
  29. (2)  If the first argument to a macro call did not appear on the same
  30. line as the '(' preceding it, the compiler crashed.  This happened only
  31. when debugging was turned on.
  32.  
  33. (3)  Using the "Clear" command or key with a struct/array window frontmost
  34. sometimes crashed the debugger.
  35.  
  36. (4)  Generating a 68881 "FTST d(An)" instruction sometimes crashed the
  37. compiler.
  38.  
  39. (5)  Under MultiFinder, a DA opened (using the option key) in THINK C's
  40. or THINK C Debugger's layer did not always receive its update events.
  41.  
  42. (6)  When compiling very large files, there was a glitch in the line
  43. count display.  This was a cosmetic problem only.
  44.  
  45. (7)  Incorrect code was generated for a conditional expression under
  46. certain obscure conditions.
  47.